home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 5.3 for Indy R4400
/
IRIX 5.3 for Indy R4400 175MHz.img
/
dist
/
eoe2.idb
/
usr
/
lib
/
perl
/
make.libs.z
/
make.libs
Wrap
Text File
|
1995-02-28
|
414b
|
25 lines
#!/sbin/sh
#
# Alright, compute them perl libs
chdir $rbase/usr/include
# sys and netinet are always going to be there, net and arpa maybe not.
chroot $rbase/ /usr/sbin/h2ph *.h sys/*.h netinet/*.h > /dev/null
if [ -d net ]
then
chroot $rbase/ /usr/sbin/h2ph net/*.h > /dev/null
fi
if [ -d arpa ]
then
chroot $rbase/ /usr/sbin/h2ph arpa/*.h > /dev/null
fi
# Poof!
rm $rbase/usr/lib/perl/make.libs